DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / SubindexCollection<T> Class / Count Property

In This Topic
    Count Property (SubindexCollection<T>)
    In This Topic
    Gets the number of subindexes in the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}

    Property Value

    The number of subindexes in the collection.
    See Also